home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Encoding:
Text File  |  2003-04-14  |  1.0 KB  |  58 lines

  1. object Form6: TForm6
  2.   Left = 376
  3.   Top = 333
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form6'
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜_GB2312'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 11
  20.   object ListView1: TListView
  21.     Left = 0
  22.     Top = 0
  23.     Width = 536
  24.     Height = 348
  25.     Align = alClient
  26.     Columns = <
  27.       item
  28.         Caption = 'Process'
  29.         Width = 200
  30.       end
  31.       item
  32.         Caption = 'Proto'
  33.       end
  34.       item
  35.         Caption = 'Local IP'
  36.         Width = 100
  37.       end
  38.       item
  39.         Caption = 'Port'
  40.       end
  41.       item
  42.         Caption = 'Remote IP'
  43.         Width = 100
  44.       end
  45.       item
  46.         Caption = 'Port'
  47.       end
  48.       item
  49.         Caption = 'State'
  50.         Width = 70
  51.       end>
  52.     FullDrag = True
  53.     ReadOnly = True
  54.     TabOrder = 0
  55.     ViewStyle = vsReport
  56.   end
  57. end
  58.